home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / FSTOPGM.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  70 lines

  1.  
  2.  
  3. fstopgm(1)                 Unix Programmer's Manual                 fstopgm(1)
  4.  
  5.  
  6. NAME
  7.      fstopgm - convert a Usenix FaceSaver(tm) file into a portable graymap
  8.  
  9. SYNOPSIS
  10.      fstopgm [fsfile]
  11.               ------
  12.  
  13. DESCRIPTION
  14.      Reads a Usenix FaceSaver(tm) file as input.  Produces a portable  graymap
  15.      as output.
  16.  
  17.      FaceSaver(tm) files sometimes have  rectangular  pixels.   While  fstopgm
  18.                                                                        -------
  19.      won't  re-scale  them  into  square  pixels for you, it will give you the
  20.      precise pnmscale command that will do the job.  Because of this,  reading
  21.              --------
  22.      a FaceSaver(tm) image is a two-step process.  First you do:
  23.        fstopgm > /dev/null
  24.      This will tell you whether you need to use pnmscale. Then use one of  the
  25.                                                 --------
  26.      following pipelines:
  27.        fstopgm | pgmnorm
  28.        fstopgm | pnmscale -whatever | pgmnorm
  29.      To go to PBM, you want something more like one of these:
  30.        fstopgm | pnmenlarge 3 | pgmnorm | pgmtopbm
  31.        fstopgm | pnmenlarge 3 | pnmscale <whatever> | pgmnorm | pgmtopbm
  32.      You want to enlarge when going to a bitmap  because  otherwise  you  lose
  33.      information; but enlarging by more than 3 does not look good.
  34.  
  35.      FaceSaver is a  registered  trademark  of  Metron  Computerware  Ltd.  of
  36.      Oakland, CA.
  37.  
  38. SEE ALSO
  39.      pgmtofs(1), pgm(5), pgmnorm(1), pnmenlarge(1), pnmscale(1), pgmtopbm(1)
  40.  
  41. AUTHOR
  42.      Copyright (C) 1989 by Jef Poskanzer.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                  06 April 89                                 1
  69.  
  70.